Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing MVE support for int16 convolution #124

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

mansnils
Copy link
Contributor

  • Removes arm_convolve_s16
  • Updates arm_nn_mat_mul_kernel_s16.c to be used by scalar and DSP
  • Adds arm_nn_mat_mult_nt_t_s16.c with MVE support
  • Refactors and renames arm_convolve_fast_s16 to arm_convolve_s16 so that all variants use the previously named fast s16 version.
  • Updates unit tests to increase test coverage for convolution s16
  • Keras based unit test uses null bias as opposed to array with zeroes
  • Correct PDSC file

BUGS=#101 #119

- Removes arm_convolve_s16
- Updates arm_nn_mat_mul_kernel_s16.c to be used by scalar and DSP
- Adds arm_nn_mat_mult_nt_t_s16.c with MVE support
- Refactors and renames arm_convolve_fast_s16 to arm_convolve_s16 so
  that all variants use the previously named fast s16 version.
- Updates unit tests to increase test coverage for convolution s16
- Keras based unit test uses null bias as opposed to array with zeroes
- Correct PDSC file

Change-Id: I1c7ba55af0f4badefc6ccbce3f962c1343d09688
@mansnils mansnils merged commit 1af62f8 into ARM-software:main Apr 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants